home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [8].lua < prev    next >
Encoding:
Text File  |  2011-01-25  |  540 b   |  13 lines

  1. -- Script [8]
  2. Starting = 0;
  3. SeaEvent = 0;
  4.  
  5. ShowStoryText("Deciding that it would be best to follow the savages for now, you eventually arrive at a clearing where a large, boiling pot is being prepared with various herbs and vegetables. The lead cannibal appears to be looking at you expectantly.");
  6.  
  7. AddChoice("Try to create a distraction and make an escape", "[9]");
  8.  
  9. if InInventory("{1}") then
  10.   AddChoice("Use the Foul-Smelling Mystery Herb in the pot while nobody is looking", "[10]");
  11. end
  12.  
  13. AddChoice("Do nothing.", "[11]");